Fix disable updates getting reverted#4722
Draft
GabiNun2 wants to merge 34 commits into
Draft
Conversation
ChrisTitusTech
requested changes
Jun 22, 2026
ChrisTitusTech
left a comment
Owner
There was a problem hiding this comment.
Leave the set service and task schedules.
Contributor
Author
i added back disabling services but adding back task schedules makes no sense because only 1 of them got disabled due to accses denied and it dosen't do anything |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
i removes some dupe messages
i removed the registry changes because they truly do nothing there is no disable key if you were to apply those registry changes without disabling services than nothing would happen updates would still work
i removed the disabling of BITS because i don't see a reason to disable it since windows updates works fine without it and it's not related to windows updates
i removed the start-service from UsoSvc because it will auto start if you go to windows update + it was getting ran before the enable UsoSvc which meant it never did anything
removed "Hiding Windows Updates from settings" because if you ran disable windows ai tweak alongside disabling updates than it would break it or the other way around
i remove the disabling of tasks because only 1 task would get disabled due to permission issues and it really does nothing to disable those windows updates still work fine
i added a file renaming to usosvc.dlle from usosvc.dll so windows update will fail to repair now windows updates might be able to recreate the file which is why this pr is a draft there is currently a person on discord tester wheater renaming the dll will permantly disables updates or not